home *** CD-ROM | disk | FTP | other *** search
/ Basic Instinct 2 Press Kit / Basic Instinct 2 Press Kit.iso / pc / main.dxr / Internal_97_FlshpaperSetUpCode.ls < prev    next >
Encoding:
Text File  |  2006-03-15  |  387 b   |  15 lines

  1. global gCurrentFlashPaper, gMaster, gFlashMarkers, gTracker
  2.  
  3. on prepareFrame me
  4.   if the frameLabel <> 0 then
  5.     gMaster.pmarker = the frameLabel
  6.     gTracker.mAddSection(gMaster.pmarker)
  7.     repeat with x = 1 to gFlashMarkers.count
  8.       if symbol(gMaster.pmarker) = getPropAt(gFlashMarkers, x) then
  9.         gFlashMarkers[x] = the frame
  10.       end if
  11.     end repeat
  12.   else
  13.   end if
  14. end
  15.